Skip to content

bpo-36020: Require vsnprintf() to build Python#20899

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:require_vsnprintf
Jun 15, 2020
Merged

bpo-36020: Require vsnprintf() to build Python#20899
vstinner merged 1 commit intopython:masterfrom
vstinner:require_vsnprintf

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 15, 2020

The C99 functions snprintf() and vsnprintf() are now required
to build Python.

PyOS_snprintf() and PyOS_vsnprintf() no longer call Py_FatalError()
on a buffer overflow on platforms which don't provide vsnprintf().

https://bugs.python.org/issue36020

The C99 functions snprintf() and vsnprintf() are now required
to build Python.

PyOS_snprintf() and PyOS_vsnprintf() no longer call Py_FatalError()
on a buffer overflow on platforms which don't provide vsnprintf().
@vstinner vstinner added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 15, 2020
@bedevere-bot
Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @vstinner for commit 414ba4e 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Jun 15, 2020
@vstinner vstinner merged commit 7ab92d5 into python:master Jun 15, 2020
@vstinner vstinner deleted the require_vsnprintf branch June 15, 2020 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants